-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Social Link: Rename mail to email #25924
Conversation
Size Change: +10 B (0%) Total Size: 1.19 MB
ℹ️ View Unchanged
|
6064232
to
da21ffe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mkaz - thanks for this PR!
While the wanted result is achieved with this change, I think the proper solution would be to add keywords
to the variation. You could also then add more than one and without the need to match the title.
Example:
keywords: [ 'email', 'another keword' ]
@ntsekouras Thanks for the review, and suggestion. It is weird, I attempted that the first time and also trying the Pushed up the switch now and tested and works fine. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good 👍 Green CI and land this!
Search implementation looks at title
and keywords
fields, so any changes in description don't affect the results.
This makes the mail icon show if the user searches for mail or email. The property value does not change, it stays as 'mail' so is still compatibility with any existing social links. The title change only allows it show up in search for both. Fixes #21733
d4d2ba4
to
979d041
Compare
Description
This makes the mail icon show if the user searches for mail or email.
The property value does not change, it stays as 'mail' so is still
compatibility with any existing social links.
The title change only allows it show up in search for both.
Fixes #21733
How has this been tested?
Feature check:
Compatibility check:
Types of changes